home *** CD-ROM | disk | FTP | other *** search
/ Miel Monteur Huis Op Stelten! / Miel Huizen.iso / pc / edit_start.txt < prev    next >
Text File  |  2004-05-26  |  183b  |  11 lines

  1. ------ <imported text>
  2. global main
  3. on new me
  4.   
  5.   main=new(script"main",[#file_name:"Autoplay.exe"])  
  6.   
  7.   add the actorlist,main
  8.   
  9.   return me
  10. end
  11. ------ </imported text>